Skip to content

Case action

Status Component Type

Wraps rendering an execution of an action

Usage

This Component can be used by using the following HTML Tag:

<tcla-live-apps-case-action></tcla-live-apps-case-action>

Inputs

Attribute Type Comments
caseRef string The case reference
formsFramework string
legacyActions boolean
showHeader boolean Whether to show the header bar in the widget - eg. favorites on home page (contains icon etc) - if off icons still appear without bar
applicationId string LA application ID
customFormDefs CustomFormDefs Custom Form configuration file
dataOverride any Data object that will be displayed on the form. Allows overriding over form data (eg. when selecting data in spotfire)
formConfig
formsFramework string
legacyCreators boolean
process LaProcessSelection The process definition of the action or creator to execute
sandboxId number sandboxId - this comes from claims resolver
typeId string The LA Application Type Id (generally 1)

Outputs

Attribute Type Comments
caseChanged EventEmitter
Event caseChanged Case action started (process started)
Payload ProcessId ProcessId object passed when a case has been updated or created by a process (action/creator)

full development Documentation

Link to LiveAppsCaseActionComponent